Path: / executions / {execution-id} / steps / {step-id}

Get a step belong to the execution

Path parameters:
step-id - a step id
execution-id - a execution id

Method Summary
ResourceDescription
GET /executions/{execution-id}/steps/{step-id}Get a step belong to the execution

Method Detail
HTTP Example:
GET /executions/{execution-id}/steps/{step-id}

API Example:

ExecutionsResource.getStep({'step-id': /* stepId a step id */,
  'execution-id': /* executionId a execution id */});

Get a step belong to the execution

Output:
edu.illinois.ncsa.datawolf.domain.WorkflowStep - a workflow step
Produces:
application/json